home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.2 for Intel / NeXTSTEP 3.2 for Intel.iso / NextApps / Mail.app / French.lproj / encryptKey.nib / data.classes next >
Encoding:
Text File  |  1993-08-05  |  368 b   |  29 lines

  1. EncryptKey = {
  2.     ACTIONS = {
  3.     sendUnencrypt:;
  4.     acceptKey:;
  5.     };
  6.     OUTLETS = {
  7.     username;
  8.     encryptPanel;
  9.     keyList;
  10.     sendEncryptedButton;
  11.     };
  12.     SUPERCLASS = Panel;
  13. };
  14. FirstResponder = {
  15.     ACTIONS = {
  16.     };
  17.     SUPERCLASS = Object;
  18. };
  19. DecryptKey = {
  20.     ACTIONS = {
  21.     acceptKey:;
  22.     };
  23.     OUTLETS = {
  24.     decryptPanel;
  25.     key;
  26.     };
  27.     SUPERCLASS = Panel;
  28. };
  29.